object PreviewPagePrintSeriesDialog: TPreviewPagePrintSeriesDialog Left = 336 Top = 159 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Creating preview:' ClientHeight = 154 ClientWidth = 412 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label0: TLabel Left = 334 Top = 6 Width = 32 Height = 13 Caption = 'Label0' end object Label2: TLabel Left = 64 Top = 38 Width = 321 Height = 28 AutoSize = False Caption = 'PreviewPagePrintSeriesDialog (Unit21.cpp)' WordWrap = True end object Label1: TLabel Left = 24 Top = 6 Width = 32 Height = 13 Caption = 'Label1' end object ProgressLabel: TLabel Left = 192 Top = 76 Width = 20 Height = 13 Caption = '55%' end object Image1: TImage Left = 24 Top = 32 Width = 32 Height = 32 Picture.Data = {} Stretch = True end object CancelBtn: TButton Left = 175 Top = 120 Width = 60 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 TabStop = False OnClick = CancelBtnClick end object ProgressBar1: TProgressBar Left = 24 Top = 94 Width = 361 Height = 16 Min = 0 Max = 100 TabOrder = 1 end end